Allocation
Get multiple allocations
Retrieve allocations by querying with placement ID (tagid), campaign ID (cid), creative ID (crid) and owner ID. Returns all allocations that match the query parameters.
Access Control:
- Admin and Retailer accounts: Can view all allocations
- Advertiser accounts: Can only view allocations they own
GET
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The id of placement where campaign is allocated
The id of campaign which allocation is used
The id of allocation's owner which mean who create the allocation
Response
200
application/json
Successful Response
The response is of type object[]
.
Previous
Create an allocationCreate a new allocation between a campaign and placement.
An allocation represents the relationship between a campaign and a placement, defining how ads from the campaign will be served on the placement.
Access Control:
- Admin and Retailer accounts: Can create allocations for any campaign/placement
- Advertiser accounts: Can only create allocations for campaigns they own
If the user doesn't have permission to create the campaign, the request fails.
Next